Feature: Create complete page
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 11.678s |
Scenario: E19 - Create page with title, description, and image
Before
0m 0.555s
Given
the user navigates to Ghost at "<GHOST>"
0m 0.649s
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
0m 0.162s
And
the user navigates to the pages page
0m 0.647s
When
the user clicks on the 'New page' link
0m 0.186s
And
the user fills the title "<TITLE>"
0m 0.121s
And
the user fills the content "<CONTENT>"
0m 0.234s
And
the user clicks add image
0m 0.125s
And
the user clicks on the first image
0m 0.628s
And
the user clicks on the 'Publish' button
0m 0.112s
And
I wait for 2 seconds
0m 2.120s
And
The user clicks on the button continue publishing Page
0m 0.114s
And
User clicks on the publish now button on Page
0m 0.115s
Then
the user should see the created page description "<CONTENT>"
0m 0.710s
And
I wait for 5 seconds
0m 5.188s
After
0m 0.012s
Screenshots
Before
NO IMAGE AVAILABLE
Given
the user navigates to Ghost at "<GHOST>"
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And
the user navigates to the pages page
When
the user clicks on the 'New page' link
And
the user fills the title "<TITLE>"
And
the user fills the content "<CONTENT>"
And
the user clicks add image
And
the user clicks on the first image
And
the user clicks on the 'Publish' button
And
I wait for 2 seconds
And
The user clicks on the button continue publishing Page
And
User clicks on the publish now button on Page
Then
the user should see the created page description "<CONTENT>"
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE